Home:ALL Converter>ReactJS VS Error : Uncaught SyntaxError: Unexpected token <

ReactJS VS Error : Uncaught SyntaxError: Unexpected token <

Ask Time:2017-09-19T15:30:37         Author:Usama Saleem

Json Formatter

I started learning REACT. For starters I set up a local development environment and used sublime text as editor and started building small components. Now I want to move onto ASP.net MVC

I followed this tutorial till "Your First Component" but I got this error when I run the project

Uncaught SyntaxError: Unexpected token <

I searched this error and entered these

type="text/babel"
type="text/jsx"

error gone but nothing displayed

What's this error and how can this be resolved?

Author:Usama Saleem,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/46294515/reactjs-vs-error-uncaught-syntaxerror-unexpected-token
yy